Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

Show in webframe

ServiceStreamer<TStreamedData,TServiceState> Class






Members 
The user type returned from the called web service.
User state information.
Provides a generic implementation for streaming data from web services and synchronizing with the UI (user interface) updates.
Object Model
Syntax
public abstract class ServiceStreamer<TStreamedData,TServiceState> 
'Declaration
 
Public MustInherit Class ServiceStreamer
    (Of TStreamedData,TServiceState) 

            

            
generic<typename TStreamedData>
generic<typename TServiceState>
public ref class ServiceStreamer abstract 
Type Parameters
TStreamedData
The user type returned from the called web service.
TServiceState
User state information.
Remarks

This is an abstract class which you need to override and implement the abstract methods in order to use. The class allows inheritors to specify the number of concurrent web calls they want make at once and synchronizes this with updating the UI with the streamed data.

Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Members
Leadtools.Web.Services Namespace

Error processing SSI file